home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / PC Tools Firewall Plus 4 / fwinstall.exe / {cf} / PC Tools / NDIS / InstallNDISOtherOS / pctdriver_m.inf next >
Windows Setup INFormation  |  2008-07-17  |  1KB  |  49 lines

  1. ; pctdriver miniport
  2. ; Copyright (c) 2000 - PCTools
  3.  
  4. [Version]
  5. signature  = "$Windows NT$"
  6. Class      = Net
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider   = %PCTools% 
  9. DriverVer  = 07/16/2008,4.0.0.41
  10. CatalogFile= pctfw.cat
  11. [ControlFlags]
  12. ExcludeFromSelect = s4e_pctdrivermp
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir=12
  16. ; No files to copy 
  17.  
  18. [Manufacturer]
  19. %PCTools% = PCTOOLS
  20.  
  21. [PCTOOLS]
  22. %pctdriverMP_Desc% = PCTOOLDriverMP.ndi, s4e_pctdrivermp
  23.  
  24. [PCTOOLDriverMP.ndi]
  25. AddReg  = PCTOOLDriverMP.ndi.AddReg
  26. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  27.  
  28. [PCTOOLDriverMP.ndi.AddReg]
  29. HKR, Ndi, Service,  0,  SFilter
  30.  
  31. [PCTOOLDriverMP.ndi.Services]
  32. AddService = SFilter,0x2, pctdriverMP.AddService
  33.  
  34. [pctdriverMP.AddService]
  35. DisplayName    = %pctdriverMP_Desc%
  36. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  37. StartType      = 3 ;SERVICE_DEMAND_START
  38. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  39. ServiceBinary  = %12%\pctfw.sys
  40. LoadOrderGroup = PNP_TDI
  41. AddReg         = pctdriverMP.AddService.AddReg
  42.  
  43. [pctdriverMP.AddService.AddReg]
  44. ;None
  45.  
  46. [Strings]
  47. PCTools = "PCTools"
  48. pctdriverMP_Desc = "PCTools Driver"
  49.